Skip to content

Commit b927470

Browse files
committed
Update copyright messages (#221)
1 parent 0f82463 commit b927470

File tree

7 files changed

+24
-4
lines changed

7 files changed

+24
-4
lines changed

src/app.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2018 PHP Desktop, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/phpdesktop
4+
15
#include "app.h"
26
#include "include/wrapper/cef_helpers.h"
37

src/app.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2018 PHP Desktop, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/phpdesktop
4+
15
#include "include/cef_app.h"
26

37
// Implement application-level callbacks for the browser process

src/client_handler.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2018 PHP Desktop, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/phpdesktop
4+
15
#include "client_handler.h"
26
#include "include/cef_app.h"
37

src/client_handler.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2018 PHP Desktop, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/phpdesktop
4+
15
#include "include/cef_client.h"
26

37
class ClientHandler : public CefClient,

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2018 PHP Desktop, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/phpdesktop
4+
15
#include "app.h"
26
#include "client_handler.h"
37

src/mongoose.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Forked from Mongoose MIT licensed revision 04fc209.
22
// Bug fixes and minor changes were made for PHP Desktop.
3-
// Copyright (c) 2012-2014 PHP Desktop.
4-
// Copyright (c) 2004-2013 Sergey Lyubka.
3+
// Copyright (c) 2012 PHP Desktop.
4+
// Copyright (c) 2004 Sergey Lyubka.
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/mongoose.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Forked from Mongoose MIT licensed revision 04fc209.
22
// Bug fixes and minor changes were made for PHP Desktop.
3-
// Copyright (c) 2012-2014 PHP Desktop.
4-
// Copyright (c) 2004-2013 Sergey Lyubka.
3+
// Copyright (c) 2012 PHP Desktop.
4+
// Copyright (c) 2004 Sergey Lyubka.
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)