Skip to content

Commit

Permalink
Update copyright messages (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Dec 1, 2018
1 parent 0f82463 commit b927470
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/app.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2018 PHP Desktop, see the Authors file.
// All rights reserved. Licensed under BSD 3-clause license.
// Project website: https://github.com/cztomczak/phpdesktop

#include "app.h"
#include "include/wrapper/cef_helpers.h"

Expand Down
4 changes: 4 additions & 0 deletions src/app.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2018 PHP Desktop, see the Authors file.
// All rights reserved. Licensed under BSD 3-clause license.
// Project website: https://github.com/cztomczak/phpdesktop

#include "include/cef_app.h"

// Implement application-level callbacks for the browser process
Expand Down
4 changes: 4 additions & 0 deletions src/client_handler.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2018 PHP Desktop, see the Authors file.
// All rights reserved. Licensed under BSD 3-clause license.
// Project website: https://github.com/cztomczak/phpdesktop

#include "client_handler.h"
#include "include/cef_app.h"

Expand Down
4 changes: 4 additions & 0 deletions src/client_handler.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2018 PHP Desktop, see the Authors file.
// All rights reserved. Licensed under BSD 3-clause license.
// Project website: https://github.com/cztomczak/phpdesktop

#include "include/cef_client.h"

class ClientHandler : public CefClient,
Expand Down
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2018 PHP Desktop, see the Authors file.
// All rights reserved. Licensed under BSD 3-clause license.
// Project website: https://github.com/cztomczak/phpdesktop

#include "app.h"
#include "client_handler.h"

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

0 comments on commit b927470

Please sign in to comment.