Skip to content

Commit

Permalink
It is 2020! Call this v0.91.200218
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Feb 18, 2020
1 parent 48fad6e commit 9df90d5
Show file tree
Hide file tree
Showing 32 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ and [the commit log for recent fixes](https://github.com/pagekite/libpagekite/co

## License and Copyright ##

libpagekite is Copyright 2011-2019, The Beanstalks Project ehf.
libpagekite is Copyright 2011-2020, The Beanstalks Project ehf.

This code is released under the Apache License 2.0, but may also be used
according to the terms of the GNU Affero General Public License. Please
Expand Down
4 changes: 2 additions & 2 deletions bindings/java/net/pagekite/lib/PageKiteAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* * * WARNING: This file is auto-generated, do not edit! * * *
*******************************************************************************
This file is Copyright 2012-2019, The Beanstalks Project ehf.
This file is Copyright 2012-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand All @@ -24,7 +24,7 @@

public class PageKiteAPI extends Object
{
public static final String PK_VERSION = "0.91.191211C";
public static final String PK_VERSION = "0.91.200218C";
public static final int PK_STATUS_STARTUP = 10;
public static final int PK_STATUS_CONNECTING = 20;
public static final int PK_STATUS_UPDATING_DNS = 30;
Expand Down
4 changes: 2 additions & 2 deletions bindings/python/libpagekite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# * * * WARNING: This file is auto-generated, do not edit! * * *
#
###############################################################################
# This file is Copyright 2012-2019, The Beanstalks Project ehf.
# This file is Copyright 2012-2020, The Beanstalks Project ehf.
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the Apache License 2.0 as published by the Apache Software
Expand All @@ -22,7 +22,7 @@
from ctypes import cdll, c_void_p, c_char_p, c_int


PK_VERSION = "0.91.191211C"
PK_VERSION = "0.91.200218C"
PK_STATUS_STARTUP = 10
PK_STATUS_CONNECTING = 20
PK_STATUS_UPDATING_DNS = 30
Expand Down
2 changes: 1 addition & 1 deletion doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ Log an error and reset the internal error state.

## Constants

PK_VERSION = "0.91.191211C"
PK_VERSION = "0.91.200218C"
PK_STATUS_STARTUP = 10
PK_STATUS_CONNECTING = 20
PK_STATUS_UPDATING_DNS = 30
Expand Down
2 changes: 1 addition & 1 deletion doc/API_JNI.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Log an error and reset the internal error state.

## Constants

PageKiteAPI.PK_VERSION = "0.91.191211C"
PageKiteAPI.PK_VERSION = "0.91.200218C"
PageKiteAPI.PK_STATUS_STARTUP = 10
PageKiteAPI.PK_STATUS_CONNECTING = 20
PageKiteAPI.PK_STATUS_UPDATING_DNS = 30
Expand Down
6 changes: 3 additions & 3 deletions include/pagekite.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ WARNING: This file is processed automatically to generate the JNI and API

/* Constants: Libpagekite version */
#ifdef ANDROID
#define PK_VERSION "0.91.191211A" /* Note: Update frontend DNS on changes! */
#define PK_VERSION "0.91.200218A" /* Note: Update frontend DNS on changes! */
#else
#ifdef _MSC_VER
#define PK_VERSION "0.91.191211W"
#define PK_VERSION "0.91.200218W"
#else
#define PK_VERSION "0.91.191211C"
#define PK_VERSION "0.91.200218C"
#endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion libpagekite/opensslthreadlock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
opensslthreadlock.h - Helper functions for OpenSSL thread safety
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pagekite-jni.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* * * WARNING: This file is auto-generated, do not edit! * * *
*******************************************************************************
This file is Copyright 2012-2019, The Beanstalks Project ehf.
This file is Copyright 2012-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pagekite.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagekite.c - High level library interface
*******************************************************************************
This file is Copyright 2012-2019, The Beanstalks Project ehf.
This file is Copyright 2012-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkblocker.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkblocker.c - Blocking tasks handled outside the main event loop.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkblocker.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkblocker.h - Blocking tasks handled outside the main event loop.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkconn.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkconn.c - Connection objects
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkconn.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkconn.h - Connection objects
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkerror.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkerror.c - Basic error handling utilites
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkerror.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkerror.h - Basic error handling utilities
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkhooks.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkhooks.c - Callbacks for various internal events
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkhooks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkhooks.h - Callbacks for various internal events
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pklogging.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pklogging.c - Logging.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pklogging.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
utils.h - Logging.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkmanager.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkmanager.c - A manager for multiple pagekite connections.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkmanager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkmanager.h - A manager for multiple pagekite connections.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkproto.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkproto.c - A basic serializer/deserializer for the PageKite tunnel protocol.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkproto.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkproto.h - A basic serializer/deserializer for the PageKite tunnel protocol.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkrelay.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkrelay.c - Logic specific to front-end relays
*******************************************************************************
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License, version 3.0 or above, as
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkrelay.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkrelay.h - Logic specific to front-end relays
*******************************************************************************
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License, version 3.0 or above, as
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkstate.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkstate.c - Global program state.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkstate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkstate.h - Global program state
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkutils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkutils.c - Utility functions for pagekite.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkutils.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkutils.h - Utility functions for pagekite.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkwatchdog.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkwatchdog.c - Watchdog thread that just dumps core if ignored.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/pkwatchdog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
pkwatchdog.h - Watchdog thread that just dumps core if ignored.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down
2 changes: 1 addition & 1 deletion libpagekite/tests.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
tests.c - Unit tests for pagekite.
This file is Copyright 2011-2019, The Beanstalks Project ehf.
This file is Copyright 2011-2020, The Beanstalks Project ehf.
This program is free software: you can redistribute it and/or modify it under
the terms of the Apache License 2.0 as published by the Apache Software
Expand Down

0 comments on commit 9df90d5

Please sign in to comment.